[INFO] cloning repository https://github.com/rawkode/comtrya
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rawkode/comtrya" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frawkode%2Fcomtrya", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frawkode%2Fcomtrya'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ffd3889a836bff32fa892b5615a17529f2d3bb62
[INFO] fixing rawkode/comtrya against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frawkode%2Fcomtrya" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/rawkode/comtrya
[INFO] finished tweaking git repo https://github.com/rawkode/comtrya
[INFO] tweaked toml for git repo https://github.com/rawkode/comtrya written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rawkode/comtrya on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rawkode/comtrya already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 14eb174d08e312fa5ea153fa81e99c413c8619743cfb990e6ac02d81e1710abd
[INFO] running `Command { std: "docker" "start" "14eb174d08e312fa5ea153fa81e99c413c8619743cfb990e6ac02d81e1710abd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "14eb174d08e312fa5ea153fa81e99c413c8619743cfb990e6ac02d81e1710abd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14eb174d08e312fa5ea153fa81e99c413c8619743cfb990e6ac02d81e1710abd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "14eb174d08e312fa5ea153fa81e99c413c8619743cfb990e6ac02d81e1710abd" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating app/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating lib/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating jsonschemagen/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking bytesize v2.3.1
[INFO] [stderr]     Checking tinyvec v1.10.0
[INFO] [stderr]     Checking human_format v1.2.1
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking zlib-rs v0.6.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking hash32 v0.3.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking jiff v0.2.21
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]     Checking unicode-normalization v0.1.25
[INFO] [stderr]     Checking faster-hex v0.10.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling signal-hook v0.4.3
[INFO] [stderr]     Checking nonempty v0.12.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]     Checking unicode-bom v2.0.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]     Checking kstring v2.0.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking memmap2 v0.9.10
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]     Checking gix-sec v0.13.1
[INFO] [stderr]     Checking filetime v0.2.27
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling siphasher v1.0.2
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling aws-lc-sys v0.37.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling luajit-src v210.5.12+a4f56a4
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]     Checking arc-swap v1.8.2
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling mlua-sys v0.6.8
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking imara-diff v0.1.8
[INFO] [stderr]     Checking imara-diff v0.2.0
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]    Compiling cargo-platform v0.3.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling zip v2.4.2
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking gix-trace v0.1.18
[INFO] [stderr]     Checking sha1-checked v0.10.0
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]     Checking fluent-syntax v0.11.1
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]     Checking unic-langid v0.9.6
[INFO] [stderr]     Checking intl-memoizer v0.5.3
[INFO] [stderr]     Checking intl_pluralrules v7.0.2
[INFO] [stderr]     Checking fluent-langneg v0.13.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling cargo_metadata v0.23.1
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]     Checking prodash v31.0.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]     Checking gix-validate v0.11.0
[INFO] [stderr]     Checking gix-utils v0.3.1
[INFO] [stderr]     Checking gix-path v0.11.1
[INFO] [stderr]     Checking gix-error v0.2.0
[INFO] [stderr]     Checking gix-packetline v0.21.1
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]     Checking gix-features v0.46.1
[INFO] [stderr]     Checking gix-date v0.15.0
[INFO] [stderr]     Checking gix-chunk v0.7.0
[INFO] [stderr]     Checking gix-quote v0.7.0
[INFO] [stderr]     Checking gix-config-value v0.17.1
[INFO] [stderr]     Checking gix-bitmap v0.3.0
[INFO] [stderr]     Checking gix-command v0.8.0
[INFO] [stderr]     Checking gix-url v0.35.2
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]     Checking gix-prompt v0.14.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking gix-actor v0.40.0
[INFO] [stderr]     Checking gix-hash v0.22.1
[INFO] [stderr]     Checking gix-fs v0.19.1
[INFO] [stderr]     Checking gix-glob v0.24.0
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking gix-credentials v0.37.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking gix-hashtable v0.12.0
[INFO] [stderr]     Checking gix-tempfile v21.0.1
[INFO] [stderr]     Checking gix-commitgraph v0.34.0
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]     Checking gix-object v0.57.0
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]     Checking gix-attributes v0.31.0
[INFO] [stderr]     Checking gix-ignore v0.19.0
[INFO] [stderr]     Checking gix-lock v21.0.1
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]     Checking secrecy v0.10.3
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]     Checking uluru v3.1.0
[INFO] [stderr]    Compiling zopfli v0.8.3
[INFO] [stderr]     Checking gix-pathspec v0.16.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking gix-revwalk v0.28.0
[INFO] [stderr]     Checking gix-ref v0.60.0
[INFO] [stderr]     Checking gix-filter v0.27.0
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking gix-traverse v0.54.0
[INFO] [stderr]     Checking gix-revision v0.42.0
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]     Checking gix-index v0.48.0
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]     Checking gix-discover v0.48.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking gix-refspec v0.38.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]    Compiling smartstring v1.0.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking gix-worktree v0.49.0
[INFO] [stderr]    Compiling deflate64 v0.1.11
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]     Checking clru v0.6.2
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]     Checking gix-diff v0.60.0
[INFO] [stderr]     Checking gix-pack v0.67.0
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling i18n-embed v0.15.4
[INFO] [stderr]     Checking gix-dir v0.22.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking gix-config v0.53.0
[INFO] [stderr]     Checking gix-worktree-stream v0.29.0
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking gix-negotiate v0.28.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]     Checking gix-shallow v0.9.0
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling octocrab v0.49.5
[INFO] [stderr]     Checking cookie-factory v0.3.3
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]    Compiling ureq v2.12.1
[INFO] [stderr]     Checking anyhow v1.0.102
[INFO] [stderr]    Compiling mlua_derive v0.10.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling enum-as-inner v0.6.1
[INFO] [stderr]    Compiling snafu-derive v0.8.9
[INFO] [stderr]     Checking uuid v1.21.0
[INFO] [stderr]     Checking io-close v0.3.7
[INFO] [stderr]     Checking pem v3.0.6
[INFO] [stderr]    Compiling venial v0.6.1
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking data-encoding v2.10.0
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking io_tee v0.1.1
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking cpufeatures v0.3.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking moka v0.12.13
[INFO] [stderr]     Checking jsonwebtoken v10.3.0
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking age-core v0.11.0
[INFO] [stderr]     Checking hickory-proto v0.25.2
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking gix-worktree-state v0.27.0
[INFO] [stderr]     Checking gix-submodule v0.27.0
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]    Compiling serde_with_macros v3.17.0
[INFO] [stderr]     Checking gix-odb v0.77.0
[INFO] [stderr]    Compiling i18n-embed-fl v0.9.4
[INFO] [stderr]     Checking gix-archive v0.29.0
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking gix-blame v0.10.0
[INFO] [stderr]     Checking gix-status v0.27.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking gix-mailmap v0.32.0
[INFO] [stderr]     Checking x25519-dalek v2.0.1
[INFO] [stderr]    Compiling tealr_derive v0.10.0
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]    Compiling rhai_codegen v3.1.0
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking toml_datetime v1.0.0+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking bech32 v0.9.1
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking resolv-conf v0.7.6
[INFO] [stderr]     Checking which v8.0.0
[INFO] [stderr]     Checking sha256 v1.6.0
[INFO] [stderr]     Checking serde_yaml_ng v0.10.0
[INFO] [stderr]     Checking age v0.11.2
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking serde_with v3.17.0
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking tar v0.4.44
[INFO] [stderr]     Checking toml v1.0.3+spec-1.1.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]     Checking snafu v0.8.9
[INFO] [stderr]     Checking file-owner v0.1.2
[INFO] [stderr]     Checking os_info v3.14.0
[INFO] [stderr]     Checking rhai v1.24.0
[INFO] [stderr]     Checking gethostname v1.1.0
[INFO] [stderr]     Checking whoami v2.1.1
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking uzers v0.12.2
[INFO] [stderr]     Checking file_diff v1.0.0
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking normpath v1.5.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking ureq-proto v0.5.3
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking predicates-core v1.0.10
[INFO] [stderr]     Checking hickory-resolver v0.25.2
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking predicates-tree v1.0.13
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking comfy-table v7.2.2
[INFO] [stderr]     Checking tracing-journald v0.3.2
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking clap_complete v4.5.66
[INFO] [stderr]     Checking mlua v0.10.5
[INFO] [stderr]     Checking tealr v0.10.0
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.6.2
[INFO] [stderr]     Checking ureq v3.2.0
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking reqwest v0.13.2
[INFO] [stderr]     Checking update-informer v1.3.0
[INFO] [stderr]     Checking gix-transport v0.55.0
[INFO] [stderr]     Checking gix-protocol v0.58.0
[INFO] [stderr]     Checking gix v0.80.0
[INFO] [stderr]     Checking comtrya-lib v0.9.2 (/opt/rustwide/workdir/lib)
[INFO] [stderr]    Migrating lib/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed lib/src/manifests/providers/git.rs (1 fix)
[INFO] [stderr]        Fixed lib/src/steps/initializers/env_vars_set.rs (1 fix)
[INFO] [stderr]        Fixed lib/src/utilities/mod.rs (2 fixes)
[INFO] [stderr]        Fixed lib/src/steps/finalizers/env_vars_remove.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/actions/file/copy.rs:66:27
[INFO] [stdout]    |
[INFO] [stdout] 61 |                     let mut tera = Tera::default();
[INFO] [stdout]    |                         --------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         `tera` calls a custom destructor
[INFO] [stdout]    |                         `tera` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 66 |                     match tera.render_str(content_as_str, &to_tera(context)) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 } else {
[INFO] [stdout]    |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `tera` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> lib/src/actions/mod.rs:104:15
[INFO] [stdout]      |
[INFO] [stdout]   74 |         let engine = Engine::new();
[INFO] [stdout]      |             ------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `engine` calls a custom destructor
[INFO] [stdout]      |             `engine` will be dropped later as of Edition 2024
[INFO] [stdout]   75 |         let mut scope = crate::contexts::to_rhai(context);
[INFO] [stdout]      |             ---------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `scope` calls a custom destructor
[INFO] [stdout]      |             `scope` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  104 |         match engine.eval_with_scope::<bool>(&mut scope, condition.as_str()) {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  109 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smartstring-1.0.1/src/lib.rs:196:1
[INFO] [stdout]      |
[INFO] [stdout]  196 | impl<Mode: SmartStringMode> Drop for SmartString<Mode> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `engine` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smartstring-1.0.1/src/lib.rs:196:1
[INFO] [stdout]      |
[INFO] [stdout]  196 | impl<Mode: SmartStringMode> Drop for SmartString<Mode> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `scope` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `scope` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `scope` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/command/exec.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 58 | /         tracing::info!(
[INFO] [stdout] 59 | |             "Privilege elevation required to run `{} {}`. Validating privileges ...",
[INFO] [stdout] 60 | |             &self.command,
[INFO] [stdout] 61 | |             &self.arguments.join(" ")
[INFO] [stdout]    | |             ^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 62 | |         );
[INFO] [stdout]    | |_________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/command/exec.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 58 | /         tracing::info!(
[INFO] [stdout] 59 | |             "Privilege elevation required to run `{} {}`. Validating privileges ...",
[INFO] [stdout] 60 | |             &self.command,
[INFO] [stdout] 61 | |             &self.arguments.join(" ")
[INFO] [stdout]    | |             ^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 62 | |         );
[INFO] [stdout]    | |_________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/file/chmod.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 47 | /                 error!(
[INFO] [stdout] 48 | |                     "Couldn't get metadata for {}, rejecting atom: {}",
[INFO] [stdout] 49 | |                     &self.path.display(),
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 50 | |                     err.to_string()
[INFO] [stdout] 51 | |                 );
[INFO] [stdout]    | |_________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/file/chmod.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 47 | /                 error!(
[INFO] [stdout] 48 | |                     "Couldn't get metadata for {}, rejecting atom: {}",
[INFO] [stdout] 49 | |                     &self.path.display(),
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 50 | |                     err.to_string()
[INFO] [stdout] 51 | |                 );
[INFO] [stdout]    | |_________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/file/chown.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 56 | /                 error!(
[INFO] [stdout] 57 | |                     "Couldn't get metadata for {}, rejecting atom: {}",
[INFO] [stdout] 58 | |                     &self.path.display(),
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 59 | |                     err.to_string()
[INFO] [stdout] 60 | |                 );
[INFO] [stdout]    | |_________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/file/chown.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 56 | /                 error!(
[INFO] [stdout] 57 | |                     "Couldn't get metadata for {}, rejecting atom: {}",
[INFO] [stdout] 58 | |                     &self.path.display(),
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 59 | |                     err.to_string()
[INFO] [stdout] 60 | |                 );
[INFO] [stdout]    | |_________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> lib/src/atoms/plugin/globals.rs:54:19
[INFO] [stdout]     |
[INFO] [stdout]  51 |           let inner_table = lua.create_table()?;
[INFO] [stdout]     |                             -------------------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  54 |               match serde_json::to_value(value)
[INFO] [stdout]     |  ___________________^
[INFO] [stdout]  55 | |                 .map_err(Error::from)
[INFO] [stdout]  56 | |                 .map(|json| json_to_lua(&json, lua).map_err(Error::from))
[INFO] [stdout]     | |                                                                         ^
[INFO] [stdout]     | |                                                                         |
[INFO] [stdout]     | |_________________________________________________________________________this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                                                           up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  57 |               {
[INFO] [stdout]  58 |                   Ok(Ok(lua_val)) => inner_table.set(k, lua_val)?,
[INFO] [stdout]     |                                      ----------------------------
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  59 |                   Ok(Err(e)) => Err(anyhow!("Converting {key}: {k} to Lua {e}"))?,
[INFO] [stdout]     |                          -      -------------------------------------------------
[INFO] [stdout]     |                          |      |
[INFO] [stdout]     |                          |      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                          |      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                          `e` calls a custom destructor
[INFO] [stdout]     |                          `e` will be dropped later as of Edition 2024
[INFO] [stdout]  60 |                   Err(e) => Err(anyhow!("Converting {k} to Lua {e}"))?,
[INFO] [stdout]     |                       -     ------------------------------------------
[INFO] [stdout]     |                       |     |
[INFO] [stdout]     |                       |     this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |     `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  61 |               }
[INFO] [stdout]  62 |           }
[INFO] [stdout]     |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  63 |
[INFO] [stdout]  64 |           table.set(key, inner_table)?;
[INFO] [stdout]     |           ----------------------------
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.5/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.5/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking comtrya v0.9.2 (/opt/rustwide/workdir/app)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 69 | /                     trace!(
[INFO] [stdout] 70 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout] 71 | |                         key = k.clone().as_str(),
[INFO] [stdout]    | |                               ^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 72 | |                         value = v.clone().to_string(),
[INFO] [stdout] 73 | |                         message = ""
[INFO] [stdout] 74 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 69 | /                     trace!(
[INFO] [stdout] 70 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout]    | |                                   ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 71 | |                         key = k.clone().as_str(),
[INFO] [stdout] 72 | |                         value = v.clone().to_string(),
[INFO] [stdout] 73 | |                         message = ""
[INFO] [stdout] 74 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 69 | /                     trace!(
[INFO] [stdout] 70 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout] 71 | |                         key = k.clone().as_str(),
[INFO] [stdout]    | |                               ^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 72 | |                         value = v.clone().to_string(),
[INFO] [stdout] 73 | |                         message = ""
[INFO] [stdout] 74 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 69 | /                     trace!(
[INFO] [stdout] 70 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout]    | |                                   ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 71 | |                         key = k.clone().as_str(),
[INFO] [stdout] 72 | |                         value = v.clone().to_string(),
[INFO] [stdout] 73 | |                         message = ""
[INFO] [stdout] 74 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:80:31
[INFO] [stdout]    |
[INFO] [stdout] 78 | /                     trace!(
[INFO] [stdout] 79 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout] 80 | |                         key = k.clone().as_str(),
[INFO] [stdout]    | |                               ^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 81 | |                         values = format!("{:?}", v), // debug of the vector values is good enough
[INFO] [stdout] 82 | |                         message = ""
[INFO] [stdout] 83 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:79:35
[INFO] [stdout]    |
[INFO] [stdout] 78 | /                     trace!(
[INFO] [stdout] 79 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout]    | |                                   ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 80 | |                         key = k.clone().as_str(),
[INFO] [stdout] 81 | |                         values = format!("{:?}", v), // debug of the vector values is good enough
[INFO] [stdout] 82 | |                         message = ""
[INFO] [stdout] 83 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:80:31
[INFO] [stdout]    |
[INFO] [stdout] 78 | /                     trace!(
[INFO] [stdout] 79 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout] 80 | |                         key = k.clone().as_str(),
[INFO] [stdout]    | |                               ^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 81 | |                         values = format!("{:?}", v), // debug of the vector values is good enough
[INFO] [stdout] 82 | |                         message = ""
[INFO] [stdout] 83 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:79:35
[INFO] [stdout]    |
[INFO] [stdout] 78 | /                     trace!(
[INFO] [stdout] 79 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout]    | |                                   ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 80 | |                         key = k.clone().as_str(),
[INFO] [stdout] 81 | |                         values = format!("{:?}", v), // debug of the vector values is good enough
[INFO] [stdout] 82 | |                         message = ""
[INFO] [stdout] 83 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> lib/src/manifests/load.rs:113:117
[INFO] [stdout]     |
[INFO] [stdout] 113 |                         error!("Manifest '{manifest_name}' in file with path '{}' cannot be parsed. Reason: {err}", &entry.display());
[INFO] [stdout]     |                         --------------------------------------------------------------------------------------------^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |                                                                                           |
[INFO] [stdout]     |                         |                                                                                           this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> lib/src/manifests/load.rs:113:117
[INFO] [stdout]     |
[INFO] [stdout] 113 |                         error!("Manifest '{manifest_name}' in file with path '{}' cannot be parsed. Reason: {err}", &entry.display());
[INFO] [stdout]     |                         --------------------------------------------------------------------------------------------^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |                                                                                           |
[INFO] [stdout]     |                         |                                                                                           this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/manifests/load.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 | ...                   None => error!(message = err.to_string().as_str()),
[INFO] [stdout]    |                               -----------------^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                this temporary value will be dropped at the end of the block
[INFO] [stdout]    |                               borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/manifests/load.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 | ...                   None => error!(message = err.to_string().as_str()),
[INFO] [stdout]    |                               -----------------^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                this temporary value will be dropped at the end of the block
[INFO] [stdout]    |                               borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking jsonschemagen v0.1.0 (/opt/rustwide/workdir/jsonschemagen)
[INFO] [stderr]        Fixed lib/src/contexts/mod.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/actions/file/copy.rs:66:27
[INFO] [stdout]    |
[INFO] [stdout] 61 |                     let mut tera = Tera::default();
[INFO] [stdout]    |                         --------
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         `tera` calls a custom destructor
[INFO] [stdout]    |                         `tera` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 66 |                     match tera.render_str(content_as_str, &to_tera(context)) {
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 83 |                 } else {
[INFO] [stdout]    |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: `tera` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed lib/src/steps/finalizers/env_vars_remove.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> lib/src/actions/mod.rs:104:15
[INFO] [stdout]      |
[INFO] [stdout]   74 |         let engine = Engine::new();
[INFO] [stdout]      |             ------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `engine` calls a custom destructor
[INFO] [stdout]      |             `engine` will be dropped later as of Edition 2024
[INFO] [stdout]   75 |         let mut scope = crate::contexts::to_rhai(context);
[INFO] [stdout]      |             ---------
[INFO] [stdout]      |             |
[INFO] [stdout]      |             `scope` calls a custom destructor
[INFO] [stdout]      |             `scope` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  104 |         match engine.eval_with_scope::<bool>(&mut scope, condition.as_str()) {
[INFO] [stdout]      |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |               |
[INFO] [stdout]      |               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  109 |     }
[INFO] [stdout]      |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smartstring-1.0.1/src/lib.rs:196:1
[INFO] [stdout]      |
[INFO] [stdout]  196 | impl<Mode: SmartStringMode> Drop for SmartString<Mode> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `engine` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smartstring-1.0.1/src/lib.rs:196:1
[INFO] [stdout]      |
[INFO] [stdout]  196 | impl<Mode: SmartStringMode> Drop for SmartString<Mode> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `engine` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs:2147:1
[INFO] [stdout]      |
[INFO] [stdout] 2147 | impl<A: Array> Drop for SmallVec<A> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `scope` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `scope` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `scope` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/thin-vec-0.2.14/src/lib.rs:1677:1
[INFO] [stdout]      |
[INFO] [stdout] 1677 | impl<T> Drop for ThinVec<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating jsonschemagen/src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/command/exec.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 58 | /         tracing::info!(
[INFO] [stdout] 59 | |             "Privilege elevation required to run `{} {}`. Validating privileges ...",
[INFO] [stdout] 60 | |             &self.command,
[INFO] [stdout] 61 | |             &self.arguments.join(" ")
[INFO] [stdout]    | |             ^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 62 | |         );
[INFO] [stdout]    | |_________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/command/exec.rs:61:13
[INFO] [stdout]    |
[INFO] [stdout] 58 | /         tracing::info!(
[INFO] [stdout] 59 | |             "Privilege elevation required to run `{} {}`. Validating privileges ...",
[INFO] [stdout] 60 | |             &self.command,
[INFO] [stdout] 61 | |             &self.arguments.join(" ")
[INFO] [stdout]    | |             ^^^^^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 62 | |         );
[INFO] [stdout]    | |_________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/file/chmod.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 47 | /                 error!(
[INFO] [stdout] 48 | |                     "Couldn't get metadata for {}, rejecting atom: {}",
[INFO] [stdout] 49 | |                     &self.path.display(),
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 50 | |                     err.to_string()
[INFO] [stdout] 51 | |                 );
[INFO] [stdout]    | |_________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/file/chmod.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 47 | /                 error!(
[INFO] [stdout] 48 | |                     "Couldn't get metadata for {}, rejecting atom: {}",
[INFO] [stdout] 49 | |                     &self.path.display(),
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 50 | |                     err.to_string()
[INFO] [stdout] 51 | |                 );
[INFO] [stdout]    | |_________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/file/chown.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 56 | /                 error!(
[INFO] [stdout] 57 | |                     "Couldn't get metadata for {}, rejecting atom: {}",
[INFO] [stdout] 58 | |                     &self.path.display(),
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 59 | |                     err.to_string()
[INFO] [stdout] 60 | |                 );
[INFO] [stdout]    | |_________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/atoms/file/chown.rs:58:21
[INFO] [stdout]    |
[INFO] [stdout] 56 | /                 error!(
[INFO] [stdout] 57 | |                     "Couldn't get metadata for {}, rejecting atom: {}",
[INFO] [stdout] 58 | |                     &self.path.display(),
[INFO] [stdout]    | |                     ^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 59 | |                     err.to_string()
[INFO] [stdout] 60 | |                 );
[INFO] [stdout]    | |_________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> lib/src/atoms/plugin/globals.rs:54:19
[INFO] [stdout]     |
[INFO] [stdout]  51 |           let inner_table = lua.create_table()?;
[INFO] [stdout]     |                             -------------------
[INFO] [stdout]     |                             |
[INFO] [stdout]     |                             this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                             `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  54 |               match serde_json::to_value(value)
[INFO] [stdout]     |  ___________________^
[INFO] [stdout]  55 | |                 .map_err(Error::from)
[INFO] [stdout]  56 | |                 .map(|json| json_to_lua(&json, lua).map_err(Error::from))
[INFO] [stdout]     | |                                                                         ^
[INFO] [stdout]     | |                                                                         |
[INFO] [stdout]     | |_________________________________________________________________________this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                                                                           up until Edition 2021 `#7` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]  57 |               {
[INFO] [stdout]  58 |                   Ok(Ok(lua_val)) => inner_table.set(k, lua_val)?,
[INFO] [stdout]     |                                      ----------------------------
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                      `#2` will be dropped later as of Edition 2024
[INFO] [stdout]  59 |                   Ok(Err(e)) => Err(anyhow!("Converting {key}: {k} to Lua {e}"))?,
[INFO] [stdout]     |                          -      -------------------------------------------------
[INFO] [stdout]     |                          |      |
[INFO] [stdout]     |                          |      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                          |      `#3` will be dropped later as of Edition 2024
[INFO] [stdout]     |                          `e` calls a custom destructor
[INFO] [stdout]     |                          `e` will be dropped later as of Edition 2024
[INFO] [stdout]  60 |                   Err(e) => Err(anyhow!("Converting {k} to Lua {e}"))?,
[INFO] [stdout]     |                       -     ------------------------------------------
[INFO] [stdout]     |                       |     |
[INFO] [stdout]     |                       |     this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                       |     `#5` will be dropped later as of Edition 2024
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                       `#4` will be dropped later as of Edition 2024
[INFO] [stdout]  61 |               }
[INFO] [stdout]  62 |           }
[INFO] [stdout]     |           - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  63 |
[INFO] [stdout]  64 |           table.set(key, inner_table)?;
[INFO] [stdout]     |           ----------------------------
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |           `#6` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.5/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#7` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.5/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]     |
[INFO] [stdout] 713 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#6` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 69 | /                     trace!(
[INFO] [stdout] 70 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout] 71 | |                         key = k.clone().as_str(),
[INFO] [stdout]    | |                               ^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 72 | |                         value = v.clone().to_string(),
[INFO] [stdout] 73 | |                         message = ""
[INFO] [stdout] 74 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 69 | /                     trace!(
[INFO] [stdout] 70 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout]    | |                                   ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 71 | |                         key = k.clone().as_str(),
[INFO] [stdout] 72 | |                         value = v.clone().to_string(),
[INFO] [stdout] 73 | |                         message = ""
[INFO] [stdout] 74 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:71:31
[INFO] [stdout]    |
[INFO] [stdout] 69 | /                     trace!(
[INFO] [stdout] 70 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout] 71 | |                         key = k.clone().as_str(),
[INFO] [stdout]    | |                               ^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 72 | |                         value = v.clone().to_string(),
[INFO] [stdout] 73 | |                         message = ""
[INFO] [stdout] 74 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 69 | /                     trace!(
[INFO] [stdout] 70 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout]    | |                                   ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 71 | |                         key = k.clone().as_str(),
[INFO] [stdout] 72 | |                         value = v.clone().to_string(),
[INFO] [stdout] 73 | |                         message = ""
[INFO] [stdout] 74 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:80:31
[INFO] [stdout]    |
[INFO] [stdout] 78 | /                     trace!(
[INFO] [stdout] 79 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout] 80 | |                         key = k.clone().as_str(),
[INFO] [stdout]    | |                               ^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 81 | |                         values = format!("{:?}", v), // debug of the vector values is good enough
[INFO] [stdout] 82 | |                         message = ""
[INFO] [stdout] 83 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:79:35
[INFO] [stdout]    |
[INFO] [stdout] 78 | /                     trace!(
[INFO] [stdout] 79 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout]    | |                                   ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 80 | |                         key = k.clone().as_str(),
[INFO] [stdout] 81 | |                         values = format!("{:?}", v), // debug of the vector values is good enough
[INFO] [stdout] 82 | |                         message = ""
[INFO] [stdout] 83 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:80:31
[INFO] [stdout]    |
[INFO] [stdout] 78 | /                     trace!(
[INFO] [stdout] 79 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout] 80 | |                         key = k.clone().as_str(),
[INFO] [stdout]    | |                               ^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 81 | |                         values = format!("{:?}", v), // debug of the vector values is good enough
[INFO] [stdout] 82 | |                         message = ""
[INFO] [stdout] 83 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/contexts/mod.rs:79:35
[INFO] [stdout]    |
[INFO] [stdout] 78 | /                     trace!(
[INFO] [stdout] 79 | |                         context = provider.get_prefix().as_str(),
[INFO] [stdout]    | |                                   ^^^^^^^^^^^^^^^^^^^^^ this temporary value will be dropped at the end of the block
[INFO] [stdout] 80 | |                         key = k.clone().as_str(),
[INFO] [stdout] 81 | |                         values = format!("{:?}", v), // debug of the vector values is good enough
[INFO] [stdout] 82 | |                         message = ""
[INFO] [stdout] 83 | |                     );
[INFO] [stdout]    | |_____________________- borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> lib/src/manifests/load.rs:113:117
[INFO] [stdout]     |
[INFO] [stdout] 113 |                         error!("Manifest '{manifest_name}' in file with path '{}' cannot be parsed. Reason: {err}", &entry.display());
[INFO] [stdout]     |                         --------------------------------------------------------------------------------------------^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |                                                                                           |
[INFO] [stdout]     |                         |                                                                                           this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> lib/src/manifests/load.rs:113:117
[INFO] [stdout]     |
[INFO] [stdout] 113 |                         error!("Manifest '{manifest_name}' in file with path '{}' cannot be parsed. Reason: {err}", &entry.display());
[INFO] [stdout]     |                         --------------------------------------------------------------------------------------------^^^^^^^^^^^^^^^^-
[INFO] [stdout]     |                         |                                                                                           |
[INFO] [stdout]     |                         |                                                                                           this temporary value will be dropped at the end of the block
[INFO] [stdout]     |                         borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/manifests/load.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 | ...                   None => error!(message = err.to_string().as_str()),
[INFO] [stdout]    |                               -----------------^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                this temporary value will be dropped at the end of the block
[INFO] [stdout]    |                               borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> lib/src/manifests/load.rs:73:54
[INFO] [stdout]    |
[INFO] [stdout] 73 | ...                   None => error!(message = err.to_string().as_str()),
[INFO] [stdout]    |                               -----------------^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |                               |                |
[INFO] [stdout]    |                               |                this temporary value will be dropped at the end of the block
[INFO] [stdout]    |                               borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating app/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed app/src/commands/gen_completions.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> app/src/commands/apply.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |         trace!(manifests = self.manifests.join(",").deref(),);
[INFO] [stdout]    |         -------------------^^^^^^^^^^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |         |                  |
[INFO] [stdout]    |         |                  this temporary value will be dropped at the end of the block
[INFO] [stdout]    |         borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> app/src/commands/apply.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |         trace!(manifests = self.manifests.join(",").deref(),);
[INFO] [stdout]    |         -------------------^^^^^^^^^^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |         |                  |
[INFO] [stdout]    |         |                  this temporary value will be dropped at the end of the block
[INFO] [stdout]    |         borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> app/src/commands/apply.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |         trace!(manifests = self.manifests.join(",").deref(),);
[INFO] [stdout]    |         -------------------^^^^^^^^^^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |         |                  |
[INFO] [stdout]    |         |                  this temporary value will be dropped at the end of the block
[INFO] [stdout]    |         borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> app/src/commands/apply.rs:55:28
[INFO] [stdout]    |
[INFO] [stdout] 55 |         trace!(manifests = self.manifests.join(",").deref(),);
[INFO] [stdout]    |         -------------------^^^^^^^^^^^^^^^^^^^^^^^^----------
[INFO] [stdout]    |         |                  |
[INFO] [stdout]    |         |                  this temporary value will be dropped at the end of the block
[INFO] [stdout]    |         borrow later used here
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating app/tests/basic_usage.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr] crater-edition-check: comtrya v0.9.2 (/opt/rustwide/workdir/app) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: comtrya-lib v0.9.2 (/opt/rustwide/workdir/lib) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: jsonschemagen v0.1.0 (/opt/rustwide/workdir/jsonschemagen) updating edition from 2021 to 2024
[INFO] [stderr]     Checking comtrya-lib v0.9.2 (/opt/rustwide/workdir/lib)
[INFO] [stderr]     Checking jsonschemagen v0.1.0 (/opt/rustwide/workdir/jsonschemagen)
[INFO] [stderr]     Checking comtrya v0.9.2 (/opt/rustwide/workdir/app)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 37s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "14eb174d08e312fa5ea153fa81e99c413c8619743cfb990e6ac02d81e1710abd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14eb174d08e312fa5ea153fa81e99c413c8619743cfb990e6ac02d81e1710abd", kill_on_drop: false }`
[INFO] [stdout] 14eb174d08e312fa5ea153fa81e99c413c8619743cfb990e6ac02d81e1710abd
